Uses of Enum Class
overit.geocall.aws.ServiceType
Packages that use ServiceType
-
Uses of ServiceType in overit.geocall.aws
Methods in overit.geocall.aws that return ServiceTypeModifier and TypeMethodDescriptionstatic ServiceTypeReturns the enum constant of this class with the specified name.static ServiceType[]ServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ServiceType in overit.geocall.aws.utils
Methods in overit.geocall.aws.utils with parameters of type ServiceTypeModifier and TypeMethodDescriptionstatic software.amazon.awssdk.awscore.client.builder.AwsClientBuilderAWSUtils.awsClientBuilderOf(ServiceType serviceType, Company company) static software.amazon.awssdk.awscore.client.builder.AwsClientBuilderAWSUtils.awsClientBuilderOf(ServiceType serviceType, Company company, boolean async) static StringAWSUtils.get(Company company, ServiceType serviceType, String key) Returns a string representing the AWS configuration, related to the passed key, associated to aCompanyand a specific service.static software.amazon.awssdk.auth.credentials.AwsCredentialsProviderAWSUtils.getAwsCredentialsProvider(Company company, ServiceType serviceType) Returns an already configuredAwsCredentialsProviderwith which to configure anyAwsClientBuilder.static StringAWSUtils.getEndpoint(Company company, ServiceType serviceType) Returns an AWS Endpoint to override the default one if specified in the configurations.static StringAWSUtils.getRegion(Company company, ServiceType serviceType) Returns a string representing the AWS region associated to aCompanyand a specific service.static software.amazon.awssdk.regions.RegionAWSUtils.getRegion(Company company, ServiceType serviceType, String defaultRegion) Returns the AWSRegionassociated to aCompanyand a specific service.