Uses of Class
software.amazon.awssdk.services.ec2.model.SuccessfulSuppressionResponseObject
Packages that use SuccessfulSuppressionResponseObject
-
Uses of SuccessfulSuppressionResponseObject in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SuccessfulSuppressionResponseObjectModifier and TypeMethodDescriptionDisableApplicationStatusCheckSuppressionResponse.successfulResults()The instances for which suppression was successfully disabled.EnableApplicationStatusCheckSuppressionResponse.successfulResults()The instances for which suppression was successfully enabled.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SuccessfulSuppressionResponseObjectModifier and TypeMethodDescriptionDisableApplicationStatusCheckSuppressionResponse.Builder.successfulResults(SuccessfulSuppressionResponseObject... successfulResults) The instances for which suppression was successfully disabled.EnableApplicationStatusCheckSuppressionResponse.Builder.successfulResults(SuccessfulSuppressionResponseObject... successfulResults) The instances for which suppression was successfully enabled.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SuccessfulSuppressionResponseObjectModifier and TypeMethodDescriptionDisableApplicationStatusCheckSuppressionResponse.Builder.successfulResults(Collection<SuccessfulSuppressionResponseObject> successfulResults) The instances for which suppression was successfully disabled.EnableApplicationStatusCheckSuppressionResponse.Builder.successfulResults(Collection<SuccessfulSuppressionResponseObject> successfulResults) The instances for which suppression was successfully enabled.