Class DeleteApplicationVpcConfigurationRequest

    • Method Detail

      • applicationName

        public final String applicationName()

        The name of an existing application.

        Returns:
        The name of an existing application.
      • currentApplicationVersionId

        public final Long currentApplicationVersionId()

        The current application version ID. You must provide the CurrentApplicationVersionId or the ConditionalToken. You can retrieve the application version ID using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.

        Returns:
        The current application version ID. You must provide the CurrentApplicationVersionId or the ConditionalToken. You can retrieve the application version ID using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.
      • vpcConfigurationId

        public final String vpcConfigurationId()

        The ID of the VPC configuration to delete.

        Returns:
        The ID of the VPC configuration to delete.
      • conditionalToken

        public final String conditionalToken()

        A value you use to implement strong concurrency for application updates. You must provide the CurrentApplicationVersionId or the ConditionalToken. You get the application's current ConditionalToken using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.

        Returns:
        A value you use to implement strong concurrency for application updates. You must provide the CurrentApplicationVersionId or the ConditionalToken. You get the application's current ConditionalToken using DescribeApplication. For better concurrency support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.
      • 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