Uses of Class
software.amazon.awssdk.services.ec2.model.ResetAddressAttributeResponse
Packages that use ResetAddressAttributeResponse
-
Uses of ResetAddressAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ResetAddressAttributeResponseModifier and TypeMethodDescriptiondefault ResetAddressAttributeResponseEc2Client.resetAddressAttribute(Consumer<ResetAddressAttributeRequest.Builder> resetAddressAttributeRequest) Resets the attribute of the specified IP address.default ResetAddressAttributeResponseEc2Client.resetAddressAttribute(ResetAddressAttributeRequest resetAddressAttributeRequest) Resets the attribute of the specified IP address.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ResetAddressAttributeResponseModifier and TypeMethodDescriptionEc2AsyncClient.resetAddressAttribute(Consumer<ResetAddressAttributeRequest.Builder> resetAddressAttributeRequest) Resets the attribute of the specified IP address.Ec2AsyncClient.resetAddressAttribute(ResetAddressAttributeRequest resetAddressAttributeRequest) Resets the attribute of the specified IP address.