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