Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.EndpointIdentifier
-
Packages that use EndpointIdentifier Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of EndpointIdentifier in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type EndpointIdentifier Modifier and Type Method Description List<EndpointIdentifier>RemoveEndpointsRequest. endpointIdentifiers()The identifiers of the endpoints that you want to remove.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type EndpointIdentifier Modifier and Type Method Description RemoveEndpointsRequest.BuilderRemoveEndpointsRequest.Builder. endpointIdentifiers(EndpointIdentifier... endpointIdentifiers)The identifiers of the endpoints that you want to remove.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type EndpointIdentifier Modifier and Type Method Description RemoveEndpointsRequest.BuilderRemoveEndpointsRequest.Builder. endpointIdentifiers(Collection<EndpointIdentifier> endpointIdentifiers)The identifiers of the endpoints that you want to remove.
-