Uses of Interface
software.amazon.awssdk.services.connectparticipant.endpoints.ConnectParticipantEndpointParams.Builder
-
Packages that use ConnectParticipantEndpointParams.Builder Package Description software.amazon.awssdk.services.connectparticipant.endpoints -
-
Uses of ConnectParticipantEndpointParams.Builder in software.amazon.awssdk.services.connectparticipant.endpoints
Methods in software.amazon.awssdk.services.connectparticipant.endpoints that return ConnectParticipantEndpointParams.Builder Modifier and Type Method Description static ConnectParticipantEndpointParams.BuilderConnectParticipantEndpointParams. builder()ConnectParticipantEndpointParams.BuilderConnectParticipantEndpointParams.Builder. endpoint(String endpoint)ConnectParticipantEndpointParams.BuilderConnectParticipantEndpointParams.Builder. region(Region region)ConnectParticipantEndpointParams.BuilderConnectParticipantEndpointParams. toBuilder()ConnectParticipantEndpointParams.BuilderConnectParticipantEndpointParams.Builder. useDualStack(Boolean useDualStack)ConnectParticipantEndpointParams.BuilderConnectParticipantEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.connectparticipant.endpoints with type arguments of type ConnectParticipantEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>ConnectParticipantEndpointProvider. resolveEndpoint(Consumer<ConnectParticipantEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-