Uses of Interface
software.amazon.awssdk.services.ec2.model.DisassociateAddressRequest.Builder
Packages that use DisassociateAddressRequest.Builder
Package
Description
-
Uses of DisassociateAddressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisassociateAddressRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest) Disassociates an Elastic IP address from the instance or network interface it's associated with.default DisassociateAddressResponseEc2Client.disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest) Disassociates an Elastic IP address from the instance or network interface it's associated with. -
Uses of DisassociateAddressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisassociateAddressRequest.BuilderModifier and TypeMethodDescriptionDisassociateAddressRequest.Builder.associationId(String associationId) The association ID.DisassociateAddressRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DisassociateAddressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisassociateAddressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Deprecated.DisassociateAddressRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisassociateAddressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisassociateAddressRequest.Builder>DisassociateAddressRequest.serializableBuilderClass()