JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.amplifybackend.model

Class UpdateBackendAuthResourceConfig

    • Constructor Detail

      • UpdateBackendAuthResourceConfig

        public UpdateBackendAuthResourceConfig()
    • Method Detail

      • setAuthResources

        public void setAuthResources(String authResources)

        Defines the service name to use when configuring an authentication resource in your Amplify project.

        Parameters:
        authResources - Defines the service name to use when configuring an authentication resource in your Amplify project.
        See Also:
        AuthResources
      • getAuthResources

        public String getAuthResources()

        Defines the service name to use when configuring an authentication resource in your Amplify project.

        Returns:
        Defines the service name to use when configuring an authentication resource in your Amplify project.
        See Also:
        AuthResources
      • withAuthResources

        public UpdateBackendAuthResourceConfig withAuthResources(String authResources)

        Defines the service name to use when configuring an authentication resource in your Amplify project.

        Parameters:
        authResources - Defines the service name to use when configuring an authentication resource in your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthResources
      • withAuthResources

        public UpdateBackendAuthResourceConfig withAuthResources(AuthResources authResources)

        Defines the service name to use when configuring an authentication resource in your Amplify project.

        Parameters:
        authResources - Defines the service name to use when configuring an authentication resource in your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthResources
      • setIdentityPoolConfigs

        public void setIdentityPoolConfigs(UpdateBackendAuthIdentityPoolConfig identityPoolConfigs)

        Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

        Parameters:
        identityPoolConfigs - Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
      • getIdentityPoolConfigs

        public UpdateBackendAuthIdentityPoolConfig getIdentityPoolConfigs()

        Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

        Returns:
        Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
      • withIdentityPoolConfigs

        public UpdateBackendAuthResourceConfig withIdentityPoolConfigs(UpdateBackendAuthIdentityPoolConfig identityPoolConfigs)

        Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.

        Parameters:
        identityPoolConfigs - Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setService

        public void setService(String service)

        Defines the service name to use when configuring an authentication resource in your Amplify project.

        Parameters:
        service - Defines the service name to use when configuring an authentication resource in your Amplify project.
        See Also:
        Service
      • getService

        public String getService()

        Defines the service name to use when configuring an authentication resource in your Amplify project.

        Returns:
        Defines the service name to use when configuring an authentication resource in your Amplify project.
        See Also:
        Service
      • withService

        public UpdateBackendAuthResourceConfig withService(String service)

        Defines the service name to use when configuring an authentication resource in your Amplify project.

        Parameters:
        service - Defines the service name to use when configuring an authentication resource in your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Service
      • withService

        public UpdateBackendAuthResourceConfig withService(Service service)

        Defines the service name to use when configuring an authentication resource in your Amplify project.

        Parameters:
        service - Defines the service name to use when configuring an authentication resource in your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Service
      • setUserPoolConfigs

        public void setUserPoolConfigs(UpdateBackendAuthUserPoolConfig userPoolConfigs)

        Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.

        Parameters:
        userPoolConfigs - Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
      • getUserPoolConfigs

        public UpdateBackendAuthUserPoolConfig getUserPoolConfigs()

        Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.

        Returns:
        Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
      • withUserPoolConfigs

        public UpdateBackendAuthResourceConfig withUserPoolConfigs(UpdateBackendAuthUserPoolConfig userPoolConfigs)

        Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.

        Parameters:
        userPoolConfigs - Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /