Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.GetSegmentSnapshotRequest.Builder
-
Packages that use GetSegmentSnapshotRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of GetSegmentSnapshotRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type GetSegmentSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSegmentSnapshotResponse>CustomerProfilesAsyncClient. getSegmentSnapshot(Consumer<GetSegmentSnapshotRequest.Builder> getSegmentSnapshotRequest)Retrieve the latest status of a segment snapshot.default GetSegmentSnapshotResponseCustomerProfilesClient. getSegmentSnapshot(Consumer<GetSegmentSnapshotRequest.Builder> getSegmentSnapshotRequest)Retrieve the latest status of a segment snapshot. -
Uses of GetSegmentSnapshotRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return GetSegmentSnapshotRequest.Builder Modifier and Type Method Description static GetSegmentSnapshotRequest.BuilderGetSegmentSnapshotRequest. builder()GetSegmentSnapshotRequest.BuilderGetSegmentSnapshotRequest.Builder. domainName(String domainName)The unique identifier of the domain.GetSegmentSnapshotRequest.BuilderGetSegmentSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSegmentSnapshotRequest.BuilderGetSegmentSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSegmentSnapshotRequest.BuilderGetSegmentSnapshotRequest.Builder. segmentDefinitionName(String segmentDefinitionName)The unique name of the segment definition.GetSegmentSnapshotRequest.BuilderGetSegmentSnapshotRequest.Builder. snapshotId(String snapshotId)The unique identifier of the segment snapshot.GetSegmentSnapshotRequest.BuilderGetSegmentSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type GetSegmentSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends GetSegmentSnapshotRequest.Builder>GetSegmentSnapshotRequest. serializableBuilderClass()
-