Class ListApplicationRevisionsRequest

    • Method Detail

      • applicationName

        public final String applicationName()

        The name of an CodeDeploy application associated with the user or Amazon Web Services account.

        Returns:
        The name of an CodeDeploy application associated with the user or Amazon Web Services account.
      • sortBy

        public final ApplicationRevisionSortBy sortBy()

        The column name to use to sort the list results:

        • registerTime: Sort by the time the revisions were registered with CodeDeploy.

        • firstUsedTime: Sort by the time the revisions were first used in a deployment.

        • lastUsedTime: Sort by the time the revisions were last used in a deployment.

        If not specified or set to null, the results are returned in an arbitrary order.

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

        Returns:
        The column name to use to sort the list results:

        • registerTime: Sort by the time the revisions were registered with CodeDeploy.

        • firstUsedTime: Sort by the time the revisions were first used in a deployment.

        • lastUsedTime: Sort by the time the revisions were last used in a deployment.

        If not specified or set to null, the results are returned in an arbitrary order.

        See Also:
        ApplicationRevisionSortBy
      • sortByAsString

        public final String sortByAsString()

        The column name to use to sort the list results:

        • registerTime: Sort by the time the revisions were registered with CodeDeploy.

        • firstUsedTime: Sort by the time the revisions were first used in a deployment.

        • lastUsedTime: Sort by the time the revisions were last used in a deployment.

        If not specified or set to null, the results are returned in an arbitrary order.

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

        Returns:
        The column name to use to sort the list results:

        • registerTime: Sort by the time the revisions were registered with CodeDeploy.

        • firstUsedTime: Sort by the time the revisions were first used in a deployment.

        • lastUsedTime: Sort by the time the revisions were last used in a deployment.

        If not specified or set to null, the results are returned in an arbitrary order.

        See Also:
        ApplicationRevisionSortBy
      • sortOrder

        public final SortOrder sortOrder()

        The order in which to sort the list results:

        • ascending: ascending order.

        • descending: descending order.

        If not specified, the results are sorted in ascending order.

        If set to null, the results are sorted in an arbitrary order.

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

        Returns:
        The order in which to sort the list results:

        • ascending: ascending order.

        • descending: descending order.

        If not specified, the results are sorted in ascending order.

        If set to null, the results are sorted in an arbitrary order.

        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        The order in which to sort the list results:

        • ascending: ascending order.

        • descending: descending order.

        If not specified, the results are sorted in ascending order.

        If set to null, the results are sorted in an arbitrary order.

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

        Returns:
        The order in which to sort the list results:

        • ascending: ascending order.

        • descending: descending order.

        If not specified, the results are sorted in ascending order.

        If set to null, the results are sorted in an arbitrary order.

        See Also:
        SortOrder
      • s3Bucket

        public final String s3Bucket()

        An Amazon S3 bucket name to limit the search for revisions.

        If set to null, all of the user's buckets are searched.

        Returns:
        An Amazon S3 bucket name to limit the search for revisions.

        If set to null, all of the user's buckets are searched.

      • s3KeyPrefix

        public final String s3KeyPrefix()

        A key prefix for the set of Amazon S3 objects to limit the search for revisions.

        Returns:
        A key prefix for the set of Amazon S3 objects to limit the search for revisions.
      • deployed

        public final ListStateFilterAction deployed()

        Whether to list revisions based on whether the revision is the target revision of a deployment group:

        • include: List revisions that are target revisions of a deployment group.

        • exclude: Do not list revisions that are target revisions of a deployment group.

        • ignore: List all revisions.

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

        Returns:
        Whether to list revisions based on whether the revision is the target revision of a deployment group:

        • include: List revisions that are target revisions of a deployment group.

        • exclude: Do not list revisions that are target revisions of a deployment group.

        • ignore: List all revisions.

        See Also:
        ListStateFilterAction
      • deployedAsString

        public final String deployedAsString()

        Whether to list revisions based on whether the revision is the target revision of a deployment group:

        • include: List revisions that are target revisions of a deployment group.

        • exclude: Do not list revisions that are target revisions of a deployment group.

        • ignore: List all revisions.

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

        Returns:
        Whether to list revisions based on whether the revision is the target revision of a deployment group:

        • include: List revisions that are target revisions of a deployment group.

        • exclude: Do not list revisions that are target revisions of a deployment group.

        • ignore: List all revisions.

        See Also:
        ListStateFilterAction
      • nextToken

        public final String nextToken()

        An identifier returned from the previous ListApplicationRevisions call. It can be used to return the next set of applications in the list.

        Returns:
        An identifier returned from the previous ListApplicationRevisions call. It can be used to return the next set of applications in the list.
      • 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