Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetSegmentVersionRequest.Builder
-
Packages that use GetSegmentVersionRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of GetSegmentVersionRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type GetSegmentVersionRequest.Builder 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 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. -
Uses of GetSegmentVersionRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetSegmentVersionRequest.Builder Modifier and Type Method Description GetSegmentVersionRequest.BuilderGetSegmentVersionRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static GetSegmentVersionRequest.BuilderGetSegmentVersionRequest. builder()GetSegmentVersionRequest.BuilderGetSegmentVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSegmentVersionRequest.BuilderGetSegmentVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSegmentVersionRequest.BuilderGetSegmentVersionRequest.Builder. segmentId(String segmentId)The unique identifier for the segment.GetSegmentVersionRequest.BuilderGetSegmentVersionRequest. toBuilder()GetSegmentVersionRequest.BuilderGetSegmentVersionRequest.Builder. version(String version)The unique version number (Version property) for the campaign version.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetSegmentVersionRequest.Builder Modifier and Type Method Description static Class<? extends GetSegmentVersionRequest.Builder>GetSegmentVersionRequest. serializableBuilderClass()
-