Uses of Interface
software.amazon.awssdk.services.licensemanager.model.ListReceivedLicensesForOrganizationResponse.Builder
-
Packages that use ListReceivedLicensesForOrganizationResponse.Builder Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of ListReceivedLicensesForOrganizationResponse.Builder in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return ListReceivedLicensesForOrganizationResponse.Builder Modifier and Type Method Description static ListReceivedLicensesForOrganizationResponse.BuilderListReceivedLicensesForOrganizationResponse. builder()ListReceivedLicensesForOrganizationResponse.BuilderListReceivedLicensesForOrganizationResponse.Builder. licenses(Collection<GrantedLicense> licenses)Lists the licenses the organization has received.ListReceivedLicensesForOrganizationResponse.BuilderListReceivedLicensesForOrganizationResponse.Builder. licenses(Consumer<GrantedLicense.Builder>... licenses)Lists the licenses the organization has received.ListReceivedLicensesForOrganizationResponse.BuilderListReceivedLicensesForOrganizationResponse.Builder. licenses(GrantedLicense... licenses)Lists the licenses the organization has received.ListReceivedLicensesForOrganizationResponse.BuilderListReceivedLicensesForOrganizationResponse.Builder. nextToken(String nextToken)Token for the next set of results.ListReceivedLicensesForOrganizationResponse.BuilderListReceivedLicensesForOrganizationResponse. toBuilder()Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type ListReceivedLicensesForOrganizationResponse.Builder Modifier and Type Method Description static Class<? extends ListReceivedLicensesForOrganizationResponse.Builder>ListReceivedLicensesForOrganizationResponse. serializableBuilderClass()
-