Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetUserEndpointsRequest.Builder
-
Packages that use GetUserEndpointsRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of GetUserEndpointsRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type GetUserEndpointsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetUserEndpointsResponse>PinpointAsyncClient. getUserEndpoints(Consumer<GetUserEndpointsRequest.Builder> getUserEndpointsRequest)Retrieves information about all the endpoints that are associated with a specific user ID.default GetUserEndpointsResponsePinpointClient. getUserEndpoints(Consumer<GetUserEndpointsRequest.Builder> getUserEndpointsRequest)Retrieves information about all the endpoints that are associated with a specific user ID. -
Uses of GetUserEndpointsRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetUserEndpointsRequest.Builder Modifier and Type Method Description GetUserEndpointsRequest.BuilderGetUserEndpointsRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static GetUserEndpointsRequest.BuilderGetUserEndpointsRequest. builder()GetUserEndpointsRequest.BuilderGetUserEndpointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetUserEndpointsRequest.BuilderGetUserEndpointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetUserEndpointsRequest.BuilderGetUserEndpointsRequest. toBuilder()GetUserEndpointsRequest.BuilderGetUserEndpointsRequest.Builder. userId(String userId)The unique identifier for the user.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetUserEndpointsRequest.Builder Modifier and Type Method Description static Class<? extends GetUserEndpointsRequest.Builder>GetUserEndpointsRequest. serializableBuilderClass()
-