Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreatePoolResponse
-
Packages that use CreatePoolResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of CreatePoolResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return CreatePoolResponse Modifier and Type Method Description default CreatePoolResponsePinpointSmsVoiceV2Client. createPool(Consumer<CreatePoolRequest.Builder> createPoolRequest)Creates a new pool and associates the specified origination identity to the pool.default CreatePoolResponsePinpointSmsVoiceV2Client. createPool(CreatePoolRequest createPoolRequest)Creates a new pool and associates the specified origination identity to the pool.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type CreatePoolResponse Modifier and Type Method Description default CompletableFuture<CreatePoolResponse>PinpointSmsVoiceV2AsyncClient. createPool(Consumer<CreatePoolRequest.Builder> createPoolRequest)Creates a new pool and associates the specified origination identity to the pool.default CompletableFuture<CreatePoolResponse>PinpointSmsVoiceV2AsyncClient. createPool(CreatePoolRequest createPoolRequest)Creates a new pool and associates the specified origination identity to the pool.
-