Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeInstanceEventNotificationAttributesResponse
Packages that use DescribeInstanceEventNotificationAttributesResponse
-
Uses of DescribeInstanceEventNotificationAttributesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeInstanceEventNotificationAttributesResponseModifier and TypeMethodDescriptionEc2Client.describeInstanceEventNotificationAttributes(Consumer<DescribeInstanceEventNotificationAttributesRequest.Builder> describeInstanceEventNotificationAttributesRequest) Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.Ec2Client.describeInstanceEventNotificationAttributes(DescribeInstanceEventNotificationAttributesRequest describeInstanceEventNotificationAttributesRequest) Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeInstanceEventNotificationAttributesResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeInstanceEventNotificationAttributes(Consumer<DescribeInstanceEventNotificationAttributesRequest.Builder> describeInstanceEventNotificationAttributesRequest) Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.Ec2AsyncClient.describeInstanceEventNotificationAttributes(DescribeInstanceEventNotificationAttributesRequest describeInstanceEventNotificationAttributesRequest) Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.