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