Uses of Class
software.amazon.awssdk.services.codestarconnections.model.GetSyncConfigurationRequest
-
Packages that use GetSyncConfigurationRequest Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.transform -
-
Uses of GetSyncConfigurationRequest in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections with parameters of type GetSyncConfigurationRequest Modifier and Type Method Description default CompletableFuture<GetSyncConfigurationResponse>CodeStarConnectionsAsyncClient. getSyncConfiguration(GetSyncConfigurationRequest getSyncConfigurationRequest)Returns details about a sync configuration, including the sync type and resource name.default GetSyncConfigurationResponseCodeStarConnectionsClient. getSyncConfiguration(GetSyncConfigurationRequest getSyncConfigurationRequest)Returns details about a sync configuration, including the sync type and resource name. -
Uses of GetSyncConfigurationRequest in software.amazon.awssdk.services.codestarconnections.transform
Methods in software.amazon.awssdk.services.codestarconnections.transform with parameters of type GetSyncConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestGetSyncConfigurationRequestMarshaller. marshall(GetSyncConfigurationRequest getSyncConfigurationRequest)
-