Uses of Class
software.amazon.awssdk.services.pinpoint.model.EndpointLocation
-
Packages that use EndpointLocation Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointLocation in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EndpointLocation Modifier and Type Method Description EndpointLocationEndpointBatchItem. location()The geographic information for the endpoint.EndpointLocationEndpointRequest. location()The geographic information for the endpoint.EndpointLocationEndpointResponse. location()The geographic information for the endpoint.EndpointLocationPublicEndpoint. location()The geographic information for the endpoint.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type EndpointLocation Modifier and Type Method Description EndpointBatchItem.BuilderEndpointBatchItem.Builder. location(EndpointLocation location)The geographic information for the endpoint.EndpointRequest.BuilderEndpointRequest.Builder. location(EndpointLocation location)The geographic information for the endpoint.EndpointResponse.BuilderEndpointResponse.Builder. location(EndpointLocation location)The geographic information for the endpoint.PublicEndpoint.BuilderPublicEndpoint.Builder. location(EndpointLocation location)The geographic information for the endpoint.
-