Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteSnapshotReturnCode
Packages that use DeleteSnapshotReturnCode
-
Uses of DeleteSnapshotReturnCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteSnapshotReturnCodeModifier and TypeMethodDescriptionfinal List<DeleteSnapshotReturnCode>DeregisterImageResponse.deleteSnapshotResults()The deletion result for each snapshot associated with the AMI, including the snapshot ID and its success or error code.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DeleteSnapshotReturnCodeModifier and TypeMethodDescriptionDeregisterImageResponse.Builder.deleteSnapshotResults(DeleteSnapshotReturnCode... deleteSnapshotResults) The deletion result for each snapshot associated with the AMI, including the snapshot ID and its success or error code.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DeleteSnapshotReturnCodeModifier and TypeMethodDescriptionDeregisterImageResponse.Builder.deleteSnapshotResults(Collection<DeleteSnapshotReturnCode> deleteSnapshotResults) The deletion result for each snapshot associated with the AMI, including the snapshot ID and its success or error code.