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