Uses of Class
software.amazon.awssdk.services.ec2.model.CreateApplicationStatusCheckResponse
Packages that use CreateApplicationStatusCheckResponse
-
Uses of CreateApplicationStatusCheckResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateApplicationStatusCheckResponseModifier and TypeMethodDescriptionEc2Client.createApplicationStatusCheck(Consumer<CreateApplicationStatusCheckRequest.Builder> createApplicationStatusCheckRequest) Creates an application status check for monitoring the health of applications running on your instances.Ec2Client.createApplicationStatusCheck(CreateApplicationStatusCheckRequest createApplicationStatusCheckRequest) Creates an application status check for monitoring the health of applications running on your instances.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateApplicationStatusCheckResponseModifier and TypeMethodDescriptionEc2AsyncClient.createApplicationStatusCheck(Consumer<CreateApplicationStatusCheckRequest.Builder> createApplicationStatusCheckRequest) Creates an application status check for monitoring the health of applications running on your instances.Ec2AsyncClient.createApplicationStatusCheck(CreateApplicationStatusCheckRequest createApplicationStatusCheckRequest) Creates an application status check for monitoring the health of applications running on your instances.