Uses of Class
software.amazon.awssdk.profiles.ProfileFile
-
-
Uses of ProfileFile in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type ProfileFile Modifier and Type Field Description static SdkClientOption<ProfileFile>SdkClientOption. PROFILE_FILEDeprecated.This option was used to: - Read configuration options in profile files in aws-core, sdk-core - Build service configuration objects from profile files in codegen, s3control - Build service configuration objects from profile files, set endpoint options in s3 - Set retry mode in dynamodb, kinesis This has been replaced withPROFILE_FILE_SUPPLIER.get().static SdkClientOption<Supplier<ProfileFile>>SdkClientOption. PROFILE_FILE_SUPPLIERThe profile file supplier to use for this client.Methods in software.amazon.awssdk.core.client.config that return ProfileFile Modifier and Type Method Description ProfileFileClientOverrideConfiguration.Builder. defaultProfileFile()Methods in software.amazon.awssdk.core.client.config that return types with arguments of type ProfileFile Modifier and Type Method Description Optional<ProfileFile>ClientOverrideConfiguration. defaultProfileFile()The profile file that should be used by default for all profile-based configuration in the SDK client.Supplier<ProfileFile>ClientOverrideConfiguration.Builder. defaultProfileFileSupplier()Optional<Supplier<ProfileFile>>ClientOverrideConfiguration. defaultProfileFileSupplier()The profile file supplier that should be used by default for all profile-based configuration in the SDK client.Methods in software.amazon.awssdk.core.client.config with parameters of type ProfileFile Modifier and Type Method Description ClientOverrideConfiguration.BuilderClientOverrideConfiguration.Builder. defaultProfileFile(ProfileFile defaultProfileFile)Configure the profile file that should be used by default for all profile-based configuration in the SDK client.Method parameters in software.amazon.awssdk.core.client.config with type arguments of type ProfileFile Modifier and Type Method Description ClientOverrideConfiguration.BuilderClientOverrideConfiguration.Builder. defaultProfileFileSupplier(Supplier<ProfileFile> defaultProfileFile)Configure aProfileFileSupplierthat should be used by default for all profile-based configuration in the SDK client. -
Uses of ProfileFile in software.amazon.awssdk.core.endpointdiscovery.providers
Method parameters in software.amazon.awssdk.core.endpointdiscovery.providers with type arguments of type ProfileFile Modifier and Type Method Description static ProfileEndpointDiscoveryProviderProfileEndpointDiscoveryProvider. create(Supplier<ProfileFile> profileFile, String profileName) -
Uses of ProfileFile in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type ProfileFile Modifier and Type Field Description static ExecutionAttribute<ProfileFile>SdkExecutionAttribute. PROFILE_FILEDeprecated.This attribute is used for: - Set profile file of service endpoint builder docdb, nepture, rds This has been replaced withPROFILE_FILE_SUPPLIER.get().static ExecutionAttribute<Supplier<ProfileFile>>SdkExecutionAttribute. PROFILE_FILE_SUPPLIER -
Uses of ProfileFile in software.amazon.awssdk.core.retry
Method parameters in software.amazon.awssdk.core.retry with type arguments of type ProfileFile Modifier and Type Method Description RetryMode.ResolverRetryMode.Resolver. profileFile(Supplier<ProfileFile> profileFile)Configure the profile file that should be used when determining theRetryMode. -
Uses of ProfileFile in software.amazon.awssdk.profiles
Methods in software.amazon.awssdk.profiles that return ProfileFile Modifier and Type Method Description ProfileFileProfileFile.Aggregator. build()ProfileFileProfileFile.Builder. build()static ProfileFileProfileFile. defaultProfileFile()Get the default profile file, using the credentials file from "~/.aws/credentials", the config file from "~/.aws/config" and the "default" profile.Methods in software.amazon.awssdk.profiles with parameters of type ProfileFile Modifier and Type Method Description ProfileFile.AggregatorProfileFile.Aggregator. addFile(ProfileFile file)Add a file to be aggregated.static ProfileFileSupplierProfileFileSupplier. fixedProfileFile(ProfileFile profileFile)Creates aProfileFileSupplierthat produces an existing profile. -
Uses of ProfileFile in software.amazon.awssdk.profiles.internal
Methods in software.amazon.awssdk.profiles.internal that return ProfileFile Modifier and Type Method Description ProfileFileProfileFileRefresher.ProfileFileRefreshRecord. profileFile()The refreshed ProfileFile instance.ProfileFileProfileFileRefresher. refreshIfStale()Retrieves the cache value or refreshes it if stale.Method parameters in software.amazon.awssdk.profiles.internal with type arguments of type ProfileFile Modifier and Type Method Description ProfileFileRefresher.BuilderProfileFileRefresher.Builder. onProfileFileReload(Consumer<ProfileFile> consumer)Sets a custom action to perform when a profile file is reloaded.ProfileFileRefresher.BuilderProfileFileRefresher.Builder. profileFile(Supplier<ProfileFile> profileFile)
-