Uses of Interface
software.amazon.awssdk.services.appflow.model.ApiKeyCredentials.Builder
-
Packages that use ApiKeyCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ApiKeyCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ApiKeyCredentials.Builder Modifier and Type Method Description ApiKeyCredentials.BuilderApiKeyCredentials.Builder. apiKey(String apiKey)The API key required for API key authentication.ApiKeyCredentials.BuilderApiKeyCredentials.Builder. apiSecretKey(String apiSecretKey)The API secret key required for API key authentication.static ApiKeyCredentials.BuilderApiKeyCredentials. builder()ApiKeyCredentials.BuilderApiKeyCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ApiKeyCredentials.Builder Modifier and Type Method Description static Class<? extends ApiKeyCredentials.Builder>ApiKeyCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ApiKeyCredentials.Builder Modifier and Type Method Description default CustomConnectorProfileCredentials.BuilderCustomConnectorProfileCredentials.Builder. apiKey(Consumer<ApiKeyCredentials.Builder> apiKey)The API keys required for the authentication of the user.
-