Uses of Class
software.amazon.awssdk.endpoints.EndpointUrl
-
Uses of EndpointUrl in software.amazon.awssdk.endpoints
Methods in software.amazon.awssdk.endpoints that return EndpointUrlModifier and TypeMethodDescriptionEndpoint.endpointUrl()Returns theEndpointUrlfor efficient access to URL components without URI construction overhead.static EndpointUrlEndpointUrl.fromComponents(String scheme, String host, int port, String encodedPath) Create anEndpointUrlfrom individual components.static EndpointUrlEndpointUrl.fromComponents(String scheme, String host, int port, String encodedPath, String queryAndFragment) Create anEndpointUrlfrom individual components, including query and fragment.static EndpointUrlEndpointUrl.fromString(String url) Parse a URL string into its components without constructing aURI.static EndpointUrlCreate anEndpointUrlfrom an existingURI.Methods in software.amazon.awssdk.endpoints with parameters of type EndpointUrlModifier and TypeMethodDescriptiondefault Endpoint.BuilderEndpoint.Builder.endpointUrl(EndpointUrl endpointUrl) Sets the endpoint URL from anEndpointUrldirectly.