Class ListEngagementResourceAssociationsRequest

    • Method Detail

      • catalog

        public final String catalog()

        Specifies the catalog in which to search for engagement-resource associations. Valid Values: "AWS" or "Sandbox"

        • AWS for production environments.

        • Sandbox for testing and development purposes.

        Returns:
        Specifies the catalog in which to search for engagement-resource associations. Valid Values: "AWS" or "Sandbox"

        • AWS for production environments.

        • Sandbox for testing and development purposes.

      • createdBy

        public final String createdBy()

        Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.

        Returns:
        Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.
      • engagementIdentifier

        public final String engagementIdentifier()

        Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.

        Returns:
        Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.
      • maxResults

        public final Integer maxResults()

        Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.

        Returns:
        Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.
      • nextToken

        public final String nextToken()

        A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.

        Returns:
        A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.
      • resourceIdentifier

        public final String resourceIdentifier()

        Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.

        Returns:
        Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.
      • resourceType

        public final ResourceType resourceType()

        Filters the results to include only associations with resources of the specified type.

        If the service returns an enum value that is not available in the current SDK version, resourceType will return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceTypeAsString().

        Returns:
        Filters the results to include only associations with resources of the specified type.
        See Also:
        ResourceType
      • resourceTypeAsString

        public final String resourceTypeAsString()

        Filters the results to include only associations with resources of the specified type.

        If the service returns an enum value that is not available in the current SDK version, resourceType will return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceTypeAsString().

        Returns:
        Filters the results to include only associations with resources of the specified type.
        See Also:
        ResourceType
      • 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