Class ListResourceSnapshotsRequest

    • Method Detail

      • catalog

        public final String catalog()

        Specifies the catalog related to the request.

        Returns:
        Specifies the catalog related to the request.
      • createdBy

        public final String createdBy()

        Filters the response to include only snapshots of resources owned by the specified AWS account.

        Returns:
        Filters the response to include only snapshots of resources owned by the specified AWS account.
      • engagementIdentifier

        public final String engagementIdentifier()

        The unique identifier of the engagement associated with the snapshots.

        Returns:
        The unique identifier of the engagement associated with the snapshots.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call.

        Returns:
        The maximum number of results to return in a single call.
      • nextToken

        public final String nextToken()

        The token for the next set of results.

        Returns:
        The token for the next set of results.
      • resourceIdentifier

        public final String resourceIdentifier()

        Filters the response to include only snapshots of the specified resource.

        Returns:
        Filters the response to include only snapshots of the specified resource.
      • resourceSnapshotTemplateIdentifier

        public final String resourceSnapshotTemplateIdentifier()

        Filters the response to include only snapshots created using the specified template.

        Returns:
        Filters the response to include only snapshots created using the specified template.
      • resourceType

        public final ResourceType resourceType()

        Filters the response to include only snapshots of the specified resource 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 response to include only snapshots of the specified resource type.
        See Also:
        ResourceType
      • resourceTypeAsString

        public final String resourceTypeAsString()

        Filters the response to include only snapshots of the specified resource 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 response to include only snapshots of the specified resource 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