Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetEndpointResponse
-
Packages that use GetEndpointResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetEndpointResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetEndpointResponse Modifier and Type Method Description default GetEndpointResponsePinpointClient. getEndpoint(Consumer<GetEndpointRequest.Builder> getEndpointRequest)Retrieves information about the settings and attributes of a specific endpoint for an application.default GetEndpointResponsePinpointClient. getEndpoint(GetEndpointRequest getEndpointRequest)Retrieves information about the settings and attributes of a specific endpoint for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetEndpointResponse Modifier and Type Method Description default CompletableFuture<GetEndpointResponse>PinpointAsyncClient. getEndpoint(Consumer<GetEndpointRequest.Builder> getEndpointRequest)Retrieves information about the settings and attributes of a specific endpoint for an application.default CompletableFuture<GetEndpointResponse>PinpointAsyncClient. getEndpoint(GetEndpointRequest getEndpointRequest)Retrieves information about the settings and attributes of a specific endpoint for an application.
-