Uses of Interface
software.amazon.awssdk.services.licensemanager.model.ListReceivedGrantsForOrganizationRequest.Builder
-
Packages that use ListReceivedGrantsForOrganizationRequest.Builder Package Description software.amazon.awssdk.services.licensemanager License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers.software.amazon.awssdk.services.licensemanager.model -
-
Uses of ListReceivedGrantsForOrganizationRequest.Builder in software.amazon.awssdk.services.licensemanager
Method parameters in software.amazon.awssdk.services.licensemanager with type arguments of type ListReceivedGrantsForOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<ListReceivedGrantsForOrganizationResponse>LicenseManagerAsyncClient. listReceivedGrantsForOrganization(Consumer<ListReceivedGrantsForOrganizationRequest.Builder> listReceivedGrantsForOrganizationRequest)Lists the grants received for all accounts in the organization.default ListReceivedGrantsForOrganizationResponseLicenseManagerClient. listReceivedGrantsForOrganization(Consumer<ListReceivedGrantsForOrganizationRequest.Builder> listReceivedGrantsForOrganizationRequest)Lists the grants received for all accounts in the organization. -
Uses of ListReceivedGrantsForOrganizationRequest.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ListReceivedGrantsForOrganizationRequest.Builder Modifier and Type Method Description static ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest. builder()ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder. filters(Collection<Filter> filters)Filters to scope the results.ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder. filters(Consumer<Filter.Builder>... filters)Filters to scope the results.ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder. filters(Filter... filters)Filters to scope the results.ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder. licenseArn(String licenseArn)The Amazon Resource Name (ARN) of the received license.ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return in a single call.ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder. nextToken(String nextToken)Token for the next set of results.ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListReceivedGrantsForOrganizationRequest.BuilderListReceivedGrantsForOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ListReceivedGrantsForOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends ListReceivedGrantsForOrganizationRequest.Builder>ListReceivedGrantsForOrganizationRequest. serializableBuilderClass()
-