Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetEndpointRequest
-
Packages that use GetEndpointRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetEndpointRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetEndpointRequest Modifier and Type Method Description default CompletableFuture<GetEndpointResponse>PinpointAsyncClient. getEndpoint(GetEndpointRequest 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. -
Uses of GetEndpointRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetEndpointRequest Modifier and Type Method Description SdkHttpFullRequestGetEndpointRequestMarshaller. marshall(GetEndpointRequest getEndpointRequest)
-