Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSegmentsResponse
-
Packages that use GetSegmentsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetSegmentsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetSegmentsResponse Modifier and Type Method Description default GetSegmentsResponsePinpointClient. getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest)Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.default GetSegmentsResponsePinpointClient. getSegments(GetSegmentsRequest getSegmentsRequest)Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetSegmentsResponse Modifier and Type Method Description default CompletableFuture<GetSegmentsResponse>PinpointAsyncClient. getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest)Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.default CompletableFuture<GetSegmentsResponse>PinpointAsyncClient. getSegments(GetSegmentsRequest getSegmentsRequest)Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.
-