public static interface ListReceivedLicensesForOrganizationResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListReceivedLicensesForOrganizationResponse.Builder,ListReceivedLicensesForOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReceivedLicensesForOrganizationResponse.Builder |
licenses(Collection<GrantedLicense> licenses)
Lists the licenses the organization has received.
|
ListReceivedLicensesForOrganizationResponse.Builder |
licenses(Consumer<GrantedLicense.Builder>... licenses)
Lists the licenses the organization has received.
|
ListReceivedLicensesForOrganizationResponse.Builder |
licenses(GrantedLicense... licenses)
Lists the licenses the organization has received.
|
ListReceivedLicensesForOrganizationResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReceivedLicensesForOrganizationResponse.Builder licenses(Collection<GrantedLicense> licenses)
Lists the licenses the organization has received.
licenses - Lists the licenses the organization has received.ListReceivedLicensesForOrganizationResponse.Builder licenses(GrantedLicense... licenses)
Lists the licenses the organization has received.
licenses - Lists the licenses the organization has received.ListReceivedLicensesForOrganizationResponse.Builder licenses(Consumer<GrantedLicense.Builder>... licenses)
Lists the licenses the organization has received.
This is a convenience method that creates an instance of theGrantedLicense.Builder avoiding the need to
create one manually via GrantedLicense.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #licenses(List.
licenses - a consumer that will call methods on
GrantedLicense.Builder#licenses(java.util.Collection) ListReceivedLicensesForOrganizationResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.