Class DeploymentTarget

    • Method Detail

      • deploymentTargetType

        public final DeploymentTargetType deploymentTargetType()

        The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

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

        Returns:
        The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
        See Also:
        DeploymentTargetType
      • deploymentTargetTypeAsString

        public final String deploymentTargetTypeAsString()

        The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

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

        Returns:
        The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
        See Also:
        DeploymentTargetType
      • instanceTarget

        public final InstanceTarget instanceTarget()

        Information about the target for a deployment that uses the EC2/On-premises compute platform.

        Returns:
        Information about the target for a deployment that uses the EC2/On-premises compute platform.
      • lambdaTarget

        public final LambdaTarget lambdaTarget()

        Information about the target for a deployment that uses the Lambda compute platform.

        Returns:
        Information about the target for a deployment that uses the Lambda compute platform.
      • ecsTarget

        public final ECSTarget ecsTarget()

        Information about the target for a deployment that uses the Amazon ECS compute platform.

        Returns:
        Information about the target for a deployment that uses the Amazon ECS compute platform.
      • cloudFormationTarget

        public final CloudFormationTarget cloudFormationTarget()
        Returns the value of the CloudFormationTarget property for this object.
        Returns:
        The value of the CloudFormationTarget property for this object.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)