Uses of Interface
software.amazon.awssdk.services.ram.model.EnableSharingWithAwsOrganizationRequest.Builder
-
Packages that use EnableSharingWithAwsOrganizationRequest.Builder Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.model -
-
Uses of EnableSharingWithAwsOrganizationRequest.Builder in software.amazon.awssdk.services.ram
Method parameters in software.amazon.awssdk.services.ram with type arguments of type EnableSharingWithAwsOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableSharingWithAwsOrganizationResponse>RamAsyncClient. enableSharingWithAwsOrganization(Consumer<EnableSharingWithAwsOrganizationRequest.Builder> enableSharingWithAwsOrganizationRequest)Enables resource sharing within your organization in Organizations.default EnableSharingWithAwsOrganizationResponseRamClient. enableSharingWithAwsOrganization(Consumer<EnableSharingWithAwsOrganizationRequest.Builder> enableSharingWithAwsOrganizationRequest)Enables resource sharing within your organization in Organizations. -
Uses of EnableSharingWithAwsOrganizationRequest.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return EnableSharingWithAwsOrganizationRequest.Builder Modifier and Type Method Description static EnableSharingWithAwsOrganizationRequest.BuilderEnableSharingWithAwsOrganizationRequest. builder()EnableSharingWithAwsOrganizationRequest.BuilderEnableSharingWithAwsOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableSharingWithAwsOrganizationRequest.BuilderEnableSharingWithAwsOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableSharingWithAwsOrganizationRequest.BuilderEnableSharingWithAwsOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type EnableSharingWithAwsOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends EnableSharingWithAwsOrganizationRequest.Builder>EnableSharingWithAwsOrganizationRequest. serializableBuilderClass()
-