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