Uses of Interface
software.amazon.awssdk.services.marketplaceentitlement.model.GetEntitlementsResponse.Builder
-
Packages that use GetEntitlementsResponse.Builder Package Description software.amazon.awssdk.services.marketplaceentitlement.model -
-
Uses of GetEntitlementsResponse.Builder in software.amazon.awssdk.services.marketplaceentitlement.model
Methods in software.amazon.awssdk.services.marketplaceentitlement.model that return GetEntitlementsResponse.Builder Modifier and Type Method Description static GetEntitlementsResponse.BuilderGetEntitlementsResponse. builder()GetEntitlementsResponse.BuilderGetEntitlementsResponse.Builder. entitlements(Collection<Entitlement> entitlements)The set of entitlements found through the GetEntitlements operation.GetEntitlementsResponse.BuilderGetEntitlementsResponse.Builder. entitlements(Consumer<Entitlement.Builder>... entitlements)The set of entitlements found through the GetEntitlements operation.GetEntitlementsResponse.BuilderGetEntitlementsResponse.Builder. entitlements(Entitlement... entitlements)The set of entitlements found through the GetEntitlements operation.GetEntitlementsResponse.BuilderGetEntitlementsResponse.Builder. nextToken(String nextToken)For paginated results, use NextToken in subsequent calls to GetEntitlements.GetEntitlementsResponse.BuilderGetEntitlementsResponse. toBuilder()Methods in software.amazon.awssdk.services.marketplaceentitlement.model that return types with arguments of type GetEntitlementsResponse.Builder Modifier and Type Method Description static Class<? extends GetEntitlementsResponse.Builder>GetEntitlementsResponse. serializableBuilderClass()
-