Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateDomainAssociationResponse
-
Packages that use UpdateDomainAssociationResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateDomainAssociationResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateDomainAssociationResponse Modifier and Type Method Description default UpdateDomainAssociationResponseCloudFrontClient. updateDomainAssociation(Consumer<UpdateDomainAssociationRequest.Builder> updateDomainAssociationRequest)Moves a domain from its current distribution or distribution tenant to another one.default UpdateDomainAssociationResponseCloudFrontClient. updateDomainAssociation(UpdateDomainAssociationRequest updateDomainAssociationRequest)Moves a domain from its current distribution or distribution tenant to another one.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateDomainAssociationResponse Modifier and Type Method Description default CompletableFuture<UpdateDomainAssociationResponse>CloudFrontAsyncClient. updateDomainAssociation(Consumer<UpdateDomainAssociationRequest.Builder> updateDomainAssociationRequest)Moves a domain from its current distribution or distribution tenant to another one.default CompletableFuture<UpdateDomainAssociationResponse>CloudFrontAsyncClient. updateDomainAssociation(UpdateDomainAssociationRequest updateDomainAssociationRequest)Moves a domain from its current distribution or distribution tenant to another one.
-