Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.GetAccountLevelServiceConfigurationResponse
-
Packages that use GetAccountLevelServiceConfigurationResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of GetAccountLevelServiceConfigurationResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return GetAccountLevelServiceConfigurationResponse Modifier and Type Method Description default GetAccountLevelServiceConfigurationResponseResourceExplorer2Client. getAccountLevelServiceConfiguration(Consumer<GetAccountLevelServiceConfigurationRequest.Builder> getAccountLevelServiceConfigurationRequest)Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature.default GetAccountLevelServiceConfigurationResponseResourceExplorer2Client. getAccountLevelServiceConfiguration(GetAccountLevelServiceConfigurationRequest getAccountLevelServiceConfigurationRequest)Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type GetAccountLevelServiceConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetAccountLevelServiceConfigurationResponse>ResourceExplorer2AsyncClient. getAccountLevelServiceConfiguration(Consumer<GetAccountLevelServiceConfigurationRequest.Builder> getAccountLevelServiceConfigurationRequest)Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature.default CompletableFuture<GetAccountLevelServiceConfigurationResponse>ResourceExplorer2AsyncClient. getAccountLevelServiceConfiguration(GetAccountLevelServiceConfigurationRequest getAccountLevelServiceConfigurationRequest)Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature.
-