Uses of Interface
software.amazon.awssdk.services.ec2.model.ResetAddressAttributeRequest.Builder
Packages that use ResetAddressAttributeRequest.Builder
Package
Description
-
Uses of ResetAddressAttributeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ResetAddressAttributeRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.resetAddressAttribute(Consumer<ResetAddressAttributeRequest.Builder> resetAddressAttributeRequest) Resets the attribute of the specified IP address.default ResetAddressAttributeResponseEc2Client.resetAddressAttribute(Consumer<ResetAddressAttributeRequest.Builder> resetAddressAttributeRequest) Resets the attribute of the specified IP address. -
Uses of ResetAddressAttributeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ResetAddressAttributeRequest.BuilderModifier and TypeMethodDescriptionResetAddressAttributeRequest.Builder.allocationId(String allocationId) [EC2-VPC] The allocation ID.The attribute of the IP address.ResetAddressAttributeRequest.Builder.attribute(AddressAttributeName attribute) The attribute of the IP address.ResetAddressAttributeRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ResetAddressAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ResetAddressAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ResetAddressAttributeRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ResetAddressAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResetAddressAttributeRequest.Builder>ResetAddressAttributeRequest.serializableBuilderClass()