Package-level declarations
Types
Link copied to clipboard
                data class GetLicenseGrantsFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetLicenseGrantsFilter> 
Link copied to clipboard
                Builder for GetLicenseGrantsFilter.
Link copied to clipboard
                data class GetLicenseGrantsPlainArgs(val filters: List<GetLicenseGrantsFilter>? = null) : ConvertibleToJava<GetLicenseGrantsPlainArgs> 
A collection of arguments for invoking getLicenseGrants.
Link copied to clipboard
                Builder for GetLicenseGrantsPlainArgs.
Link copied to clipboard
                data class GetReceivedLicensePlainArgs(val licenseArn: String) : ConvertibleToJava<GetReceivedLicensePlainArgs> 
A collection of arguments for invoking getReceivedLicense.
Link copied to clipboard
                Builder for GetReceivedLicensePlainArgs.
Link copied to clipboard
                data class GetReceivedLicensesFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetReceivedLicensesFilter> 
Link copied to clipboard
                Builder for GetReceivedLicensesFilter.
Link copied to clipboard
                data class GetReceivedLicensesPlainArgs(val filters: List<GetReceivedLicensesFilter>? = null) : ConvertibleToJava<GetReceivedLicensesPlainArgs> 
A collection of arguments for invoking getReceivedLicenses.
Link copied to clipboard
                Builder for GetReceivedLicensesPlainArgs.