Uses of Class
software.amazon.awssdk.services.ec2.model.DeregisterInstanceEventNotificationAttributesResponse
Packages that use DeregisterInstanceEventNotificationAttributesResponse
-
Uses of DeregisterInstanceEventNotificationAttributesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeregisterInstanceEventNotificationAttributesResponseModifier and TypeMethodDescriptionEc2Client.deregisterInstanceEventNotificationAttributes(Consumer<DeregisterInstanceEventNotificationAttributesRequest.Builder> deregisterInstanceEventNotificationAttributesRequest) Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.Ec2Client.deregisterInstanceEventNotificationAttributes(DeregisterInstanceEventNotificationAttributesRequest deregisterInstanceEventNotificationAttributesRequest) Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeregisterInstanceEventNotificationAttributesResponseModifier and TypeMethodDescriptionEc2AsyncClient.deregisterInstanceEventNotificationAttributes(Consumer<DeregisterInstanceEventNotificationAttributesRequest.Builder> deregisterInstanceEventNotificationAttributesRequest) Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.Ec2AsyncClient.deregisterInstanceEventNotificationAttributes(DeregisterInstanceEventNotificationAttributesRequest deregisterInstanceEventNotificationAttributesRequest) Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.