Uses of Class
software.amazon.awssdk.services.ec2.model.DeregisterInstanceEventNotificationAttributesRequest
-
Packages that use DeregisterInstanceEventNotificationAttributesRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of DeregisterInstanceEventNotificationAttributesRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DeregisterInstanceEventNotificationAttributesRequest Modifier and Type Method Description default CompletableFuture<DeregisterInstanceEventNotificationAttributesResponse>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.default DeregisterInstanceEventNotificationAttributesResponseEc2Client. 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. -
Uses of DeregisterInstanceEventNotificationAttributesRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DeregisterInstanceEventNotificationAttributesRequest Modifier and Type Method Description SdkHttpFullRequestDeregisterInstanceEventNotificationAttributesRequestMarshaller. marshall(DeregisterInstanceEventNotificationAttributesRequest deregisterInstanceEventNotificationAttributesRequest)
-