Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.ListConfigurationSetsRequest.Builder
-
Packages that use ListConfigurationSetsRequest.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIssoftware.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of ListConfigurationSetsRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice
Method parameters in software.amazon.awssdk.services.pinpointsmsvoice with type arguments of type ListConfigurationSetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListConfigurationSetsResponse>PinpointSmsVoiceAsyncClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region.default ListConfigurationSetsResponsePinpointSmsVoiceClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region. -
Uses of ListConfigurationSetsRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return ListConfigurationSetsRequest.Builder Modifier and Type Method Description static ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest. builder()ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. nextToken(String nextToken)A token returned from a previous call to the API that indicates the position in the list of results.ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest.Builder. pageSize(String pageSize)Used to specify the number of items that should be returned in the response.ListConfigurationSetsRequest.BuilderListConfigurationSetsRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type ListConfigurationSetsRequest.Builder Modifier and Type Method Description static Class<? extends ListConfigurationSetsRequest.Builder>ListConfigurationSetsRequest. serializableBuilderClass()
-