Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.ListSkillsStoreSkillsByCategoryRequest.Builder
-
Packages that use ListSkillsStoreSkillsByCategoryRequest.Builder Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of ListSkillsStoreSkillsByCategoryRequest.Builder in software.amazon.awssdk.services.alexaforbusiness
-
Uses of ListSkillsStoreSkillsByCategoryRequest.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return ListSkillsStoreSkillsByCategoryRequest.Builder Modifier and Type Method Description static ListSkillsStoreSkillsByCategoryRequest.BuilderListSkillsStoreSkillsByCategoryRequest. builder()ListSkillsStoreSkillsByCategoryRequest.BuilderListSkillsStoreSkillsByCategoryRequest.Builder. categoryId(Long categoryId)The category ID for which the skills are being retrieved from the skill store.ListSkillsStoreSkillsByCategoryRequest.BuilderListSkillsStoreSkillsByCategoryRequest.Builder. maxResults(Integer maxResults)The maximum number of skills returned per paginated calls.ListSkillsStoreSkillsByCategoryRequest.BuilderListSkillsStoreSkillsByCategoryRequest.Builder. nextToken(String nextToken)The tokens used for pagination.ListSkillsStoreSkillsByCategoryRequest.BuilderListSkillsStoreSkillsByCategoryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSkillsStoreSkillsByCategoryRequest.BuilderListSkillsStoreSkillsByCategoryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSkillsStoreSkillsByCategoryRequest.BuilderListSkillsStoreSkillsByCategoryRequest. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type ListSkillsStoreSkillsByCategoryRequest.Builder Modifier and Type Method Description static Class<? extends ListSkillsStoreSkillsByCategoryRequest.Builder>ListSkillsStoreSkillsByCategoryRequest. serializableBuilderClass()
-