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