Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSegmentResponse
-
Packages that use GetSegmentResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetSegmentResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetSegmentResponse Modifier and Type Method Description default GetSegmentResponsePinpointClient. getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.default GetSegmentResponsePinpointClient. getSegment(GetSegmentRequest getSegmentRequest)Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetSegmentResponse Modifier and Type Method Description default CompletableFuture<GetSegmentResponse>PinpointAsyncClient. getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.default CompletableFuture<GetSegmentResponse>PinpointAsyncClient. getSegment(GetSegmentRequest getSegmentRequest)Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.
-