Class ListManagedWorkgroupsRequest

    • 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 ListManagedWorkgroups operation returns a nextToken, you can include the returned nextToken in following ListManagedWorkgroups operations, which returns results in the next page.

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

        public final String sourceArn()

        The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.

        Returns:
        The Amazon Resource Name (ARN) for the managed workgroup in the AWS Glue Data Catalog.
      • 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