Uses of Class
software.amazon.awssdk.services.route53profiles.model.AssociateProfileRequest
-
Packages that use AssociateProfileRequest Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accountssoftware.amazon.awssdk.services.route53profiles.transform -
-
Uses of AssociateProfileRequest in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles with parameters of type AssociateProfileRequest Modifier and Type Method Description default CompletableFuture<AssociateProfileResponse>Route53ProfilesAsyncClient. associateProfile(AssociateProfileRequest associateProfileRequest)Associates a Route 53 Profiles profile with a VPC.default AssociateProfileResponseRoute53ProfilesClient. associateProfile(AssociateProfileRequest associateProfileRequest)Associates a Route 53 Profiles profile with a VPC. -
Uses of AssociateProfileRequest in software.amazon.awssdk.services.route53profiles.transform
Methods in software.amazon.awssdk.services.route53profiles.transform with parameters of type AssociateProfileRequest Modifier and Type Method Description SdkHttpFullRequestAssociateProfileRequestMarshaller. marshall(AssociateProfileRequest associateProfileRequest)
-