Uses of Class
io.envoyproxy.envoy.extensions.common.aws.v3.AwsCredentialProvider.Builder
Packages that use AwsCredentialProvider.Builder
Package
Description
-
Uses of AwsCredentialProvider.Builder in io.envoyproxy.envoy.extensions.common.aws.v3
Methods in io.envoyproxy.envoy.extensions.common.aws.v3 that return AwsCredentialProvider.BuilderModifier and TypeMethodDescriptionAwsCredentialProvider.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AwsCredentialProvider.Builder.clear()AwsCredentialProvider.Builder.clearAssumeRoleCredentialProvider()The option to use `STS:AssumeRole aka Role Chaining <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html>`_.AwsCredentialProvider.Builder.clearAssumeRoleWithWebIdentityProvider()The option to use `AssumeRoleWithWebIdentity <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`_.AwsCredentialProvider.Builder.clearConfigCredentialProvider()The option to use credentials sourced from standard `AWS configuration files <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html>`_.AwsCredentialProvider.Builder.clearContainerCredentialProvider()The option to use credentials sourced from `container environment variables <https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html>`_.AwsCredentialProvider.Builder.clearCredentialsFileProvider()The option to specify parameters for credential retrieval from an envoy data source, such as a file in AWS credential format.AwsCredentialProvider.Builder.clearCustomCredentialProviderChain()Create a custom credential provider chain instead of the default credential provider chain.AwsCredentialProvider.Builder.clearEnvironmentCredentialProvider()The option to use credentials sourced from `environment variables <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html>`_.AwsCredentialProvider.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AwsCredentialProvider.Builder.clearIamRolesAnywhereCredentialProvider()The option to use `IAM Roles Anywhere <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html>`_.AwsCredentialProvider.Builder.clearInlineCredential()The option to use an inline credential.AwsCredentialProvider.Builder.clearInstanceProfileCredentialProvider()The option to use credentials sourced from an EC2 `Instance Profile <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html>`_.AwsCredentialProvider.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AwsCredentialProvider.Builder.clone()AssumeRoleCredentialProvider.Builder.getCredentialProviderBuilder()The credential provider for signing the AssumeRole request.AwsCredentialProvider.Builder.mergeAssumeRoleCredentialProvider(AssumeRoleCredentialProvider value) The option to use `STS:AssumeRole aka Role Chaining <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html>`_.AwsCredentialProvider.Builder.mergeAssumeRoleWithWebIdentityProvider(AssumeRoleWithWebIdentityCredentialProvider value) The option to use `AssumeRoleWithWebIdentity <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`_.AwsCredentialProvider.Builder.mergeConfigCredentialProvider(ConfigCredentialProvider value) The option to use credentials sourced from standard `AWS configuration files <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html>`_.AwsCredentialProvider.Builder.mergeContainerCredentialProvider(ContainerCredentialProvider value) The option to use credentials sourced from `container environment variables <https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html>`_.AwsCredentialProvider.Builder.mergeCredentialsFileProvider(CredentialsFileCredentialProvider value) The option to specify parameters for credential retrieval from an envoy data source, such as a file in AWS credential format.AwsCredentialProvider.Builder.mergeEnvironmentCredentialProvider(EnvironmentCredentialProvider value) The option to use credentials sourced from `environment variables <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html>`_.AwsCredentialProvider.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AwsCredentialProvider.Builder.mergeFrom(com.google.protobuf.Message other) AwsCredentialProvider.Builder.mergeFrom(AwsCredentialProvider other) AwsCredentialProvider.Builder.mergeIamRolesAnywhereCredentialProvider(IAMRolesAnywhereCredentialProvider value) The option to use `IAM Roles Anywhere <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html>`_.AwsCredentialProvider.Builder.mergeInlineCredential(InlineCredentialProvider value) The option to use an inline credential.AwsCredentialProvider.Builder.mergeInstanceProfileCredentialProvider(InstanceProfileCredentialProvider value) The option to use credentials sourced from an EC2 `Instance Profile <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html>`_.AwsCredentialProvider.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AwsCredentialProvider.newBuilder()AwsCredentialProvider.newBuilder(AwsCredentialProvider prototype) AwsCredentialProvider.newBuilderForType()protected AwsCredentialProvider.BuilderAwsCredentialProvider.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AwsCredentialProvider.Builder.setAssumeRoleCredentialProvider(AssumeRoleCredentialProvider value) The option to use `STS:AssumeRole aka Role Chaining <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html>`_.AwsCredentialProvider.Builder.setAssumeRoleCredentialProvider(AssumeRoleCredentialProvider.Builder builderForValue) The option to use `STS:AssumeRole aka Role Chaining <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html>`_.AwsCredentialProvider.Builder.setAssumeRoleWithWebIdentityProvider(AssumeRoleWithWebIdentityCredentialProvider value) The option to use `AssumeRoleWithWebIdentity <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`_.AwsCredentialProvider.Builder.setAssumeRoleWithWebIdentityProvider(AssumeRoleWithWebIdentityCredentialProvider.Builder builderForValue) The option to use `AssumeRoleWithWebIdentity <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`_.AwsCredentialProvider.Builder.setConfigCredentialProvider(ConfigCredentialProvider value) The option to use credentials sourced from standard `AWS configuration files <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html>`_.AwsCredentialProvider.Builder.setConfigCredentialProvider(ConfigCredentialProvider.Builder builderForValue) The option to use credentials sourced from standard `AWS configuration files <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html>`_.AwsCredentialProvider.Builder.setContainerCredentialProvider(ContainerCredentialProvider value) The option to use credentials sourced from `container environment variables <https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html>`_.AwsCredentialProvider.Builder.setContainerCredentialProvider(ContainerCredentialProvider.Builder builderForValue) The option to use credentials sourced from `container environment variables <https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html>`_.AwsCredentialProvider.Builder.setCredentialsFileProvider(CredentialsFileCredentialProvider value) The option to specify parameters for credential retrieval from an envoy data source, such as a file in AWS credential format.AwsCredentialProvider.Builder.setCredentialsFileProvider(CredentialsFileCredentialProvider.Builder builderForValue) The option to specify parameters for credential retrieval from an envoy data source, such as a file in AWS credential format.AwsCredentialProvider.Builder.setCustomCredentialProviderChain(boolean value) Create a custom credential provider chain instead of the default credential provider chain.AwsCredentialProvider.Builder.setEnvironmentCredentialProvider(EnvironmentCredentialProvider value) The option to use credentials sourced from `environment variables <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html>`_.AwsCredentialProvider.Builder.setEnvironmentCredentialProvider(EnvironmentCredentialProvider.Builder builderForValue) The option to use credentials sourced from `environment variables <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html>`_.AwsCredentialProvider.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AwsCredentialProvider.Builder.setIamRolesAnywhereCredentialProvider(IAMRolesAnywhereCredentialProvider value) The option to use `IAM Roles Anywhere <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html>`_.AwsCredentialProvider.Builder.setIamRolesAnywhereCredentialProvider(IAMRolesAnywhereCredentialProvider.Builder builderForValue) The option to use `IAM Roles Anywhere <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html>`_.AwsCredentialProvider.Builder.setInlineCredential(InlineCredentialProvider value) The option to use an inline credential.AwsCredentialProvider.Builder.setInlineCredential(InlineCredentialProvider.Builder builderForValue) The option to use an inline credential.AwsCredentialProvider.Builder.setInstanceProfileCredentialProvider(InstanceProfileCredentialProvider value) The option to use credentials sourced from an EC2 `Instance Profile <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html>`_.AwsCredentialProvider.Builder.setInstanceProfileCredentialProvider(InstanceProfileCredentialProvider.Builder builderForValue) The option to use credentials sourced from an EC2 `Instance Profile <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html>`_.AwsCredentialProvider.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AwsCredentialProvider.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AwsCredentialProvider.toBuilder()Methods in io.envoyproxy.envoy.extensions.common.aws.v3 with parameters of type AwsCredentialProvider.BuilderModifier and TypeMethodDescriptionAssumeRoleCredentialProvider.Builder.setCredentialProvider(AwsCredentialProvider.Builder builderForValue) The credential provider for signing the AssumeRole request. -
Uses of AwsCredentialProvider.Builder in io.envoyproxy.envoy.extensions.filters.http.aws_request_signing.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.aws_request_signing.v3 that return AwsCredentialProvider.BuilderModifier and TypeMethodDescriptionAwsRequestSigning.Builder.getCredentialProviderBuilder()The credential provider for signing the request.Methods in io.envoyproxy.envoy.extensions.filters.http.aws_request_signing.v3 with parameters of type AwsCredentialProvider.BuilderModifier and TypeMethodDescriptionAwsRequestSigning.Builder.setCredentialProvider(AwsCredentialProvider.Builder builderForValue) The credential provider for signing the request. -
Uses of AwsCredentialProvider.Builder in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return AwsCredentialProvider.BuilderModifier and TypeMethodDescriptionAwsIam.Builder.getCredentialProviderBuilder()An AwsCredentialProvider, allowing the use of a specific credential provider chain or specific provider settingsMethods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 with parameters of type AwsCredentialProvider.BuilderModifier and TypeMethodDescriptionAwsIam.Builder.setCredentialProvider(AwsCredentialProvider.Builder builderForValue) An AwsCredentialProvider, allowing the use of a specific credential provider chain or specific provider settings