Uses of Interface
software.amazon.awssdk.services.licensemanager.model.ListReceivedLicensesForOrganizationRequest.Builder
-
Packages that use ListReceivedLicensesForOrganizationRequest.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 ListReceivedLicensesForOrganizationRequest.Builder in software.amazon.awssdk.services.licensemanager
Method parameters in software.amazon.awssdk.services.licensemanager with type arguments of type ListReceivedLicensesForOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<ListReceivedLicensesForOrganizationResponse>LicenseManagerAsyncClient. listReceivedLicensesForOrganization(Consumer<ListReceivedLicensesForOrganizationRequest.Builder> listReceivedLicensesForOrganizationRequest)Lists the licenses received for all accounts in the organization.default ListReceivedLicensesForOrganizationResponseLicenseManagerClient. listReceivedLicensesForOrganization(Consumer<ListReceivedLicensesForOrganizationRequest.Builder> listReceivedLicensesForOrganizationRequest)Lists the licenses received for all accounts in the organization. -
Uses of ListReceivedLicensesForOrganizationRequest.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ListReceivedLicensesForOrganizationRequest.Builder Modifier and Type Method Description static ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest. builder()ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest.Builder. filters(Collection<Filter> filters)Filters to scope the results.ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest.Builder. filters(Consumer<Filter.Builder>... filters)Filters to scope the results.ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest.Builder. filters(Filter... filters)Filters to scope the results.ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return in a single call.ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest.Builder. nextToken(String nextToken)Token for the next set of results.ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListReceivedLicensesForOrganizationRequest.BuilderListReceivedLicensesForOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ListReceivedLicensesForOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends ListReceivedLicensesForOrganizationRequest.Builder>ListReceivedLicensesForOrganizationRequest. serializableBuilderClass()
-