Uses of Interface
software.amazon.awssdk.services.licensemanager.model.ListReceivedGrantsForOrganizationResponse.Builder
-
Packages that use ListReceivedGrantsForOrganizationResponse.Builder Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ListReceivedGrantsForOrganizationResponse.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ListReceivedGrantsForOrganizationResponse.Builder Modifier and Type Method Description static ListReceivedGrantsForOrganizationResponse.BuilderListReceivedGrantsForOrganizationResponse. builder()ListReceivedGrantsForOrganizationResponse.BuilderListReceivedGrantsForOrganizationResponse.Builder. grants(Collection<Grant> grants)Lists the grants the organization has received.ListReceivedGrantsForOrganizationResponse.BuilderListReceivedGrantsForOrganizationResponse.Builder. grants(Consumer<Grant.Builder>... grants)Lists the grants the organization has received.ListReceivedGrantsForOrganizationResponse.BuilderListReceivedGrantsForOrganizationResponse.Builder. grants(Grant... grants)Lists the grants the organization has received.ListReceivedGrantsForOrganizationResponse.BuilderListReceivedGrantsForOrganizationResponse.Builder. nextToken(String nextToken)Token for the next set of results.ListReceivedGrantsForOrganizationResponse.BuilderListReceivedGrantsForOrganizationResponse. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ListReceivedGrantsForOrganizationResponse.Builder Modifier and Type Method Description static Class<? extends ListReceivedGrantsForOrganizationResponse.Builder>ListReceivedGrantsForOrganizationResponse. serializableBuilderClass()
-