Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.GetAccountLevelServiceConfigurationRequest.Builder
-
Packages that use GetAccountLevelServiceConfigurationRequest.Builder Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of GetAccountLevelServiceConfigurationRequest.Builder in software.amazon.awssdk.services.resourceexplorer2
Method parameters in software.amazon.awssdk.services.resourceexplorer2 with type arguments of type GetAccountLevelServiceConfigurationRequest.Builder 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 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. -
Uses of GetAccountLevelServiceConfigurationRequest.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return GetAccountLevelServiceConfigurationRequest.Builder Modifier and Type Method Description static GetAccountLevelServiceConfigurationRequest.BuilderGetAccountLevelServiceConfigurationRequest. builder()GetAccountLevelServiceConfigurationRequest.BuilderGetAccountLevelServiceConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccountLevelServiceConfigurationRequest.BuilderGetAccountLevelServiceConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAccountLevelServiceConfigurationRequest.BuilderGetAccountLevelServiceConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type GetAccountLevelServiceConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetAccountLevelServiceConfigurationRequest.Builder>GetAccountLevelServiceConfigurationRequest. serializableBuilderClass()
-