Class ListEndpointAccessRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

        Returns:
        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
      • nextToken

        public final String nextToken()

        If your initial ListEndpointAccess operation returns a nextToken, you can include the returned nextToken in following ListEndpointAccess operations, which returns results in the next page.

        Returns:
        If your initial ListEndpointAccess operation returns a nextToken, you can include the returned nextToken in following ListEndpointAccess operations, which returns results in the next page.
      • ownerAccount

        public final String ownerAccount()

        The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.

        Returns:
        The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
      • vpcId

        public final String vpcId()

        The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.

        Returns:
        The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
      • workgroupName

        public final String workgroupName()

        The name of the workgroup associated with the VPC endpoint to return.

        Returns:
        The name of the workgroup associated with the VPC endpoint to return.
      • 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