Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateDistributionTenantResponse.Builder
-
Packages that use UpdateDistributionTenantResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of UpdateDistributionTenantResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateDistributionTenantResponse.Builder Modifier and Type Method Description static UpdateDistributionTenantResponse.BuilderUpdateDistributionTenantResponse. builder()default UpdateDistributionTenantResponse.BuilderUpdateDistributionTenantResponse.Builder. distributionTenant(Consumer<DistributionTenant.Builder> distributionTenant)The distribution tenant that you're updating.UpdateDistributionTenantResponse.BuilderUpdateDistributionTenantResponse.Builder. distributionTenant(DistributionTenant distributionTenant)The distribution tenant that you're updating.UpdateDistributionTenantResponse.BuilderUpdateDistributionTenantResponse.Builder. eTag(String eTag)The current version of the distribution tenant.UpdateDistributionTenantResponse.BuilderUpdateDistributionTenantResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateDistributionTenantResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDistributionTenantResponse.Builder>UpdateDistributionTenantResponse. serializableBuilderClass()
-