Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteSnapshotReturnCode
-
Packages that use DeleteSnapshotReturnCode Package Description software.amazon.awssdk.services.ec2.model -
-
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 DeleteSnapshotReturnCode Modifier and Type Method Description 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 DeleteSnapshotReturnCode Modifier and Type Method Description DeregisterImageResponse.BuilderDeregisterImageResponse.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 DeleteSnapshotReturnCode Modifier and Type Method Description DeregisterImageResponse.BuilderDeregisterImageResponse.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.
-