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