| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.accessToken(String accessToken)
The credentials used to access protected Google Analytics resources.
|
static GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.builder() |
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.clientId(String clientId)
The identifier for the desired client.
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.clientSecret(String clientSecret)
The client secret used by the OAuth client to authenticate to the authorization server.
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.oAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
default GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.refreshToken(String refreshToken)
The credentials used to acquire new access tokens.
|
GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GoogleAnalyticsConnectorProfileCredentials.Builder> |
GoogleAnalyticsConnectorProfileCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileCredentials.Builder |
ConnectorProfileCredentials.Builder.googleAnalytics(Consumer<GoogleAnalyticsConnectorProfileCredentials.Builder> googleAnalytics)
The connector-specific credentials required when using Google Analytics.
|
Copyright © 2023. All rights reserved.