Uses of Interface
software.amazon.awssdk.services.ec2.model.CoipAddressUsage.Builder
-
Packages that use CoipAddressUsage.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CoipAddressUsage.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CoipAddressUsage.Builder Modifier and Type Method Description CoipAddressUsage.BuilderCoipAddressUsage.Builder. allocationId(String allocationId)The allocation ID of the address.CoipAddressUsage.BuilderCoipAddressUsage.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account ID.CoipAddressUsage.BuilderCoipAddressUsage.Builder. awsService(String awsService)The Amazon Web Services service.static CoipAddressUsage.BuilderCoipAddressUsage. builder()CoipAddressUsage.BuilderCoipAddressUsage.Builder. coIp(String coIp)The customer-owned IP address.CoipAddressUsage.BuilderCoipAddressUsage. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CoipAddressUsage.Builder Modifier and Type Method Description static Class<? extends CoipAddressUsage.Builder>CoipAddressUsage. serializableBuilderClass()
-