Uses of Class
software.amazon.awssdk.services.route53profiles.model.UpdateProfileResourceAssociationResponse
-
Packages that use UpdateProfileResourceAssociationResponse Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accounts -
-
Uses of UpdateProfileResourceAssociationResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return UpdateProfileResourceAssociationResponse Modifier and Type Method Description default UpdateProfileResourceAssociationResponseRoute53ProfilesClient. updateProfileResourceAssociation(Consumer<UpdateProfileResourceAssociationRequest.Builder> updateProfileResourceAssociationRequest)Updates the specified Route 53 Profile resourse association.default UpdateProfileResourceAssociationResponseRoute53ProfilesClient. updateProfileResourceAssociation(UpdateProfileResourceAssociationRequest updateProfileResourceAssociationRequest)Updates the specified Route 53 Profile resourse association.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type UpdateProfileResourceAssociationResponse Modifier and Type Method Description default CompletableFuture<UpdateProfileResourceAssociationResponse>Route53ProfilesAsyncClient. updateProfileResourceAssociation(Consumer<UpdateProfileResourceAssociationRequest.Builder> updateProfileResourceAssociationRequest)Updates the specified Route 53 Profile resourse association.default CompletableFuture<UpdateProfileResourceAssociationResponse>Route53ProfilesAsyncClient. updateProfileResourceAssociation(UpdateProfileResourceAssociationRequest updateProfileResourceAssociationRequest)Updates the specified Route 53 Profile resourse association.
-