Uses of Class
software.amazon.awssdk.services.ec2.model.RegisterInstanceEventNotificationAttributesResponse
Packages that use RegisterInstanceEventNotificationAttributesResponse
-
Uses of RegisterInstanceEventNotificationAttributesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RegisterInstanceEventNotificationAttributesResponseModifier and TypeMethodDescriptionEc2Client.registerInstanceEventNotificationAttributes(Consumer<RegisterInstanceEventNotificationAttributesRequest.Builder> registerInstanceEventNotificationAttributesRequest) Registers a set of tag keys to include in scheduled event notifications for your resources.Ec2Client.registerInstanceEventNotificationAttributes(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest) Registers a set of tag keys to include in scheduled event notifications for your resources.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RegisterInstanceEventNotificationAttributesResponseModifier and TypeMethodDescriptionEc2AsyncClient.registerInstanceEventNotificationAttributes(Consumer<RegisterInstanceEventNotificationAttributesRequest.Builder> registerInstanceEventNotificationAttributesRequest) Registers a set of tag keys to include in scheduled event notifications for your resources.Ec2AsyncClient.registerInstanceEventNotificationAttributes(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest) Registers a set of tag keys to include in scheduled event notifications for your resources.