Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateDomainAssociationRequest
-
Packages that use UpdateDomainAssociationRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of UpdateDomainAssociationRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type UpdateDomainAssociationRequest Modifier and Type Method Description default CompletableFuture<UpdateDomainAssociationResponse>CloudFrontAsyncClient. updateDomainAssociation(UpdateDomainAssociationRequest 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. -
Uses of UpdateDomainAssociationRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type UpdateDomainAssociationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDomainAssociationRequestMarshaller. marshall(UpdateDomainAssociationRequest updateDomainAssociationRequest)
-