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