Uses of Class
software.amazon.awssdk.services.pinpoint.model.EndpointResponse
-
Packages that use EndpointResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EndpointResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EndpointResponse Modifier and Type Method Description EndpointResponseDeleteEndpointResponse. endpointResponse()Returns the value of the EndpointResponse property for this object.EndpointResponseGetEndpointResponse. endpointResponse()Returns the value of the EndpointResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EndpointResponse Modifier and Type Method Description List<EndpointResponse>EndpointsResponse. item()An array of responses, one for each endpoint that's associated with the user ID.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type EndpointResponse Modifier and Type Method Description DeleteEndpointResponse.BuilderDeleteEndpointResponse.Builder. endpointResponse(EndpointResponse endpointResponse)Sets the value of the EndpointResponse property for this object.GetEndpointResponse.BuilderGetEndpointResponse.Builder. endpointResponse(EndpointResponse endpointResponse)Sets the value of the EndpointResponse property for this object.EndpointsResponse.BuilderEndpointsResponse.Builder. item(EndpointResponse... item)An array of responses, one for each endpoint that's associated with the user ID.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EndpointResponse Modifier and Type Method Description EndpointsResponse.BuilderEndpointsResponse.Builder. item(Collection<EndpointResponse> item)An array of responses, one for each endpoint that's associated with the user ID.
-