Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplateInstanceMetadataOptionsRequest.Builder
Packages that use LaunchTemplateInstanceMetadataOptionsRequest.Builder
-
Uses of LaunchTemplateInstanceMetadataOptionsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplateInstanceMetadataOptionsRequest.BuilderModifier and TypeMethodDescriptionLaunchTemplateInstanceMetadataOptionsRequest.builder()LaunchTemplateInstanceMetadataOptionsRequest.Builder.httpEndpoint(String httpEndpoint) Enables or disables the HTTP metadata endpoint on your instances.LaunchTemplateInstanceMetadataOptionsRequest.Builder.httpEndpoint(LaunchTemplateInstanceMetadataEndpointState httpEndpoint) Enables or disables the HTTP metadata endpoint on your instances.LaunchTemplateInstanceMetadataOptionsRequest.Builder.httpProtocolIpv6(String httpProtocolIpv6) Enables or disables the IPv6 endpoint for the instance metadata service.LaunchTemplateInstanceMetadataOptionsRequest.Builder.httpProtocolIpv6(LaunchTemplateInstanceMetadataProtocolIpv6 httpProtocolIpv6) Enables or disables the IPv6 endpoint for the instance metadata service.LaunchTemplateInstanceMetadataOptionsRequest.Builder.httpPutResponseHopLimit(Integer httpPutResponseHopLimit) The desired HTTP PUT response hop limit for instance metadata requests.LaunchTemplateInstanceMetadataOptionsRequest.Builder.httpTokens(String httpTokens) Indicates whether IMDSv2 is required.LaunchTemplateInstanceMetadataOptionsRequest.Builder.httpTokens(LaunchTemplateHttpTokensState httpTokens) Indicates whether IMDSv2 is required.LaunchTemplateInstanceMetadataOptionsRequest.Builder.instanceMetadataTags(String instanceMetadataTags) Set toenabledto allow access to instance tags from the instance metadata.LaunchTemplateInstanceMetadataOptionsRequest.Builder.instanceMetadataTags(LaunchTemplateInstanceMetadataTagsState instanceMetadataTags) Set toenabledto allow access to instance tags from the instance metadata.LaunchTemplateInstanceMetadataOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateInstanceMetadataOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplateInstanceMetadataOptionsRequest.Builder>LaunchTemplateInstanceMetadataOptionsRequest.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateInstanceMetadataOptionsRequest.BuilderModifier and TypeMethodDescriptionRequestLaunchTemplateData.Builder.metadataOptions(Consumer<LaunchTemplateInstanceMetadataOptionsRequest.Builder> metadataOptions) The metadata options for the instance.