Uses of Enum
software.amazon.awssdk.imds.EndpointMode
Packages that use EndpointMode
-
Uses of EndpointMode in software.amazon.awssdk.imds
Methods in software.amazon.awssdk.imds that return EndpointModeModifier and TypeMethodDescriptionstatic EndpointModeReturns the appropriate EndpointMode Value after parsing the parameter.static EndpointModeReturns the enum constant of this type with the specified name.static EndpointMode[]EndpointMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.imds with parameters of type EndpointModeModifier and TypeMethodDescriptionEc2MetadataClientBuilder.endpointMode(EndpointMode endpointMode) Define the endpoint mode of IMDS. -
Uses of EndpointMode in software.amazon.awssdk.imds.internal
Methods in software.amazon.awssdk.imds.internal that return EndpointModeModifier and TypeMethodDescriptionDefaultEc2MetadataAsyncClient.Ec2MetadataAsyncBuilder.getEndpointMode()DefaultEc2MetadataClient.Ec2MetadataBuilder.getEndpointMode()Ec2MetadataConfigProvider.resolveEndpointMode()Methods in software.amazon.awssdk.imds.internal with parameters of type EndpointModeModifier and TypeMethodDescriptionDefaultEc2MetadataAsyncClient.Ec2MetadataAsyncBuilder.endpointMode(EndpointMode endpointMode) DefaultEc2MetadataClient.Ec2MetadataBuilder.endpointMode(EndpointMode endpointMode) Ec2MetadataConfigProvider.resolveEndpoint(EndpointMode endpointMode) Resolve the endpoint to be used for theDefaultEc2MetadataClientclient.