Uses of Class
software.amazon.awssdk.services.ec2.model.UnsuccessfulSuppressionResponseObject
Packages that use UnsuccessfulSuppressionResponseObject
-
Uses of UnsuccessfulSuppressionResponseObject in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnsuccessfulSuppressionResponseObjectModifier and TypeMethodDescriptionDisableApplicationStatusCheckSuppressionResponse.unsuccessfulResults()The instances for which suppression failed to be disabled.EnableApplicationStatusCheckSuppressionResponse.unsuccessfulResults()The instances for which suppression failed to be enabled.Methods in software.amazon.awssdk.services.ec2.model with parameters of type UnsuccessfulSuppressionResponseObjectModifier and TypeMethodDescriptionDisableApplicationStatusCheckSuppressionResponse.Builder.unsuccessfulResults(UnsuccessfulSuppressionResponseObject... unsuccessfulResults) The instances for which suppression failed to be disabled.EnableApplicationStatusCheckSuppressionResponse.Builder.unsuccessfulResults(UnsuccessfulSuppressionResponseObject... unsuccessfulResults) The instances for which suppression failed to be enabled.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type UnsuccessfulSuppressionResponseObjectModifier and TypeMethodDescriptionDisableApplicationStatusCheckSuppressionResponse.Builder.unsuccessfulResults(Collection<UnsuccessfulSuppressionResponseObject> unsuccessfulResults) The instances for which suppression failed to be disabled.EnableApplicationStatusCheckSuppressionResponse.Builder.unsuccessfulResults(Collection<UnsuccessfulSuppressionResponseObject> unsuccessfulResults) The instances for which suppression failed to be enabled.