Uses of Class
software.amazon.awssdk.services.ec2.model.RegisterInstanceEventNotificationAttributesRequest
-
Packages that use RegisterInstanceEventNotificationAttributesRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of RegisterInstanceEventNotificationAttributesRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type RegisterInstanceEventNotificationAttributesRequest Modifier and Type Method Description default CompletableFuture<RegisterInstanceEventNotificationAttributesResponse>Ec2AsyncClient. registerInstanceEventNotificationAttributes(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest)Registers a set of tag keys to include in scheduled event notifications for your resources.default RegisterInstanceEventNotificationAttributesResponseEc2Client. registerInstanceEventNotificationAttributes(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest)Registers a set of tag keys to include in scheduled event notifications for your resources. -
Uses of RegisterInstanceEventNotificationAttributesRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type RegisterInstanceEventNotificationAttributesRequest Modifier and Type Method Description SdkHttpFullRequestRegisterInstanceEventNotificationAttributesRequestMarshaller. marshall(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest)
-