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