Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListInvalidationsForDistributionTenantResponse.Builder
-
Packages that use ListInvalidationsForDistributionTenantResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ListInvalidationsForDistributionTenantResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListInvalidationsForDistributionTenantResponse.Builder Modifier and Type Method Description static ListInvalidationsForDistributionTenantResponse.BuilderListInvalidationsForDistributionTenantResponse. builder()default ListInvalidationsForDistributionTenantResponse.BuilderListInvalidationsForDistributionTenantResponse.Builder. invalidationList(Consumer<InvalidationList.Builder> invalidationList)Sets the value of the InvalidationList property for this object.ListInvalidationsForDistributionTenantResponse.BuilderListInvalidationsForDistributionTenantResponse.Builder. invalidationList(InvalidationList invalidationList)Sets the value of the InvalidationList property for this object.ListInvalidationsForDistributionTenantResponse.BuilderListInvalidationsForDistributionTenantResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListInvalidationsForDistributionTenantResponse.Builder Modifier and Type Method Description static Class<? extends ListInvalidationsForDistributionTenantResponse.Builder>ListInvalidationsForDistributionTenantResponse. serializableBuilderClass()
-