Uses of Class
software.amazon.awssdk.services.pinpoint.model.CreateSegmentResponse
-
Packages that use CreateSegmentResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of CreateSegmentResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return CreateSegmentResponse Modifier and Type Method Description default CreateSegmentResponsePinpointClient. createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.default CreateSegmentResponsePinpointClient. createSegment(CreateSegmentRequest createSegmentRequest)Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type CreateSegmentResponse Modifier and Type Method Description default CompletableFuture<CreateSegmentResponse>PinpointAsyncClient. createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.default CompletableFuture<CreateSegmentResponse>PinpointAsyncClient. createSegment(CreateSegmentRequest createSegmentRequest)Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.
-