Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteLaunchTemplateVersionsResponseErrorItem
Packages that use DeleteLaunchTemplateVersionsResponseErrorItem
-
Uses of DeleteLaunchTemplateVersionsResponseErrorItem in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteLaunchTemplateVersionsResponseErrorItemModifier and TypeMethodDescriptionDeleteLaunchTemplateVersionsResponse.unsuccessfullyDeletedLaunchTemplateVersions()Information about the launch template versions that could not be deleted.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DeleteLaunchTemplateVersionsResponseErrorItemModifier and TypeMethodDescriptionDeleteLaunchTemplateVersionsResponse.Builder.unsuccessfullyDeletedLaunchTemplateVersions(DeleteLaunchTemplateVersionsResponseErrorItem... unsuccessfullyDeletedLaunchTemplateVersions) Information about the launch template versions that could not be deleted.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DeleteLaunchTemplateVersionsResponseErrorItemModifier and TypeMethodDescriptionDeleteLaunchTemplateVersionsResponse.Builder.unsuccessfullyDeletedLaunchTemplateVersions(Collection<DeleteLaunchTemplateVersionsResponseErrorItem> unsuccessfullyDeletedLaunchTemplateVersions) Information about the launch template versions that could not be deleted.