Class UpdateAppAuthorizationRequest

    • Method Detail

      • appBundleIdentifier

        public final String appBundleIdentifier()

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

        Returns:
        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
      • appAuthorizationIdentifier

        public final String appAuthorizationIdentifier()

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.

        Returns:
        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
      • credential

        public final Credential credential()

        Contains credentials for the application, such as an API key or OAuth2 client ID and secret.

        Specify credentials that match the authorization type of the app authorization to update. For example, if the authorization type of the app authorization is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.

        Returns:
        Contains credentials for the application, such as an API key or OAuth2 client ID and secret.

        Specify credentials that match the authorization type of the app authorization to update. For example, if the authorization type of the app authorization is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.

      • tenant

        public final Tenant tenant()

        Contains information about an application tenant, such as the application display name and identifier.

        Returns:
        Contains information about an application tenant, such as the application display name and identifier.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object