Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteIpamScopeResponse
-
Packages that use DeleteIpamScopeResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DeleteIpamScopeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteIpamScopeResponse Modifier and Type Method Description default DeleteIpamScopeResponseEc2Client. deleteIpamScope(Consumer<DeleteIpamScopeRequest.Builder> deleteIpamScopeRequest)Delete the scope for an IPAM.default DeleteIpamScopeResponseEc2Client. deleteIpamScope(DeleteIpamScopeRequest deleteIpamScopeRequest)Delete the scope for an IPAM.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteIpamScopeResponse Modifier and Type Method Description default CompletableFuture<DeleteIpamScopeResponse>Ec2AsyncClient. deleteIpamScope(Consumer<DeleteIpamScopeRequest.Builder> deleteIpamScopeRequest)Delete the scope for an IPAM.default CompletableFuture<DeleteIpamScopeResponse>Ec2AsyncClient. deleteIpamScope(DeleteIpamScopeRequest deleteIpamScopeRequest)Delete the scope for an IPAM.
-