Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateAddressResponse.Builder
-
Packages that use AssociateAddressResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AssociateAddressResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateAddressResponse.Builder Modifier and Type Method Description AssociateAddressResponse.BuilderAssociateAddressResponse.Builder. associationId(String associationId)The ID that represents the association of the Elastic IP address with an instance.static AssociateAddressResponse.BuilderAssociateAddressResponse. builder()AssociateAddressResponse.BuilderAssociateAddressResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateAddressResponse.Builder Modifier and Type Method Description static Class<? extends AssociateAddressResponse.Builder>AssociateAddressResponse. serializableBuilderClass()
-