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