Uses of Interface
software.amazon.awssdk.services.servicequotas.model.GetRequestedServiceQuotaChangeResponse.Builder
-
Packages that use GetRequestedServiceQuotaChangeResponse.Builder Package Description software.amazon.awssdk.services.servicequotas.model -
-
Uses of GetRequestedServiceQuotaChangeResponse.Builder in software.amazon.awssdk.services.servicequotas.model
Methods in software.amazon.awssdk.services.servicequotas.model that return GetRequestedServiceQuotaChangeResponse.Builder Modifier and Type Method Description static GetRequestedServiceQuotaChangeResponse.BuilderGetRequestedServiceQuotaChangeResponse. builder()default GetRequestedServiceQuotaChangeResponse.BuilderGetRequestedServiceQuotaChangeResponse.Builder. requestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)Information about the quota increase request.GetRequestedServiceQuotaChangeResponse.BuilderGetRequestedServiceQuotaChangeResponse.Builder. requestedQuota(RequestedServiceQuotaChange requestedQuota)Information about the quota increase request.GetRequestedServiceQuotaChangeResponse.BuilderGetRequestedServiceQuotaChangeResponse. toBuilder()Methods in software.amazon.awssdk.services.servicequotas.model that return types with arguments of type GetRequestedServiceQuotaChangeResponse.Builder Modifier and Type Method Description static Class<? extends GetRequestedServiceQuotaChangeResponse.Builder>GetRequestedServiceQuotaChangeResponse. serializableBuilderClass()
-