Uses of Class
software.amazon.awssdk.services.codeconnections.model.ProviderType
-
Packages that use ProviderType Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of ProviderType in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return ProviderType Modifier and Type Method Description static ProviderTypeProviderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProviderTypeConnection. providerType()The name of the external provider where your third-party code repository is configured.ProviderTypeCreateConnectionRequest. providerType()The name of the external provider where your third-party code repository is configured.ProviderTypeCreateHostRequest. providerType()The name of the installed provider to be associated with your connection.ProviderTypeGetHostResponse. providerType()The provider type of the requested host, such as GitHub Enterprise Server.ProviderTypeHost. providerType()The name of the installed provider to be associated with your connection.ProviderTypeRepositoryLinkInfo. providerType()The provider type for the connection, such as GitHub, associated with the repository link.ProviderTypeRevision. providerType()The provider type for a revision, such as GitHub.ProviderTypeSyncConfiguration. providerType()The connection provider type associated with a specific sync configuration, such as GitHub.ProviderTypeListConnectionsRequest. providerTypeFilter()Filters the list of connections to those associated with a specified provider, such as Bitbucket.static ProviderTypeProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProviderType[]ProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type ProviderType Modifier and Type Method Description static Set<ProviderType>ProviderType. knownValues()Methods in software.amazon.awssdk.services.codeconnections.model with parameters of type ProviderType Modifier and Type Method Description Connection.BuilderConnection.Builder. providerType(ProviderType providerType)The name of the external provider where your third-party code repository is configured.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. providerType(ProviderType providerType)The name of the external provider where your third-party code repository is configured.CreateHostRequest.BuilderCreateHostRequest.Builder. providerType(ProviderType providerType)The name of the installed provider to be associated with your connection.GetHostResponse.BuilderGetHostResponse.Builder. providerType(ProviderType providerType)The provider type of the requested host, such as GitHub Enterprise Server.Host.BuilderHost.Builder. providerType(ProviderType providerType)The name of the installed provider to be associated with your connection.RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. providerType(ProviderType providerType)The provider type for the connection, such as GitHub, associated with the repository link.Revision.BuilderRevision.Builder. providerType(ProviderType providerType)The provider type for a revision, such as GitHub.SyncConfiguration.BuilderSyncConfiguration.Builder. providerType(ProviderType providerType)The connection provider type associated with a specific sync configuration, such as GitHub.ListConnectionsRequest.BuilderListConnectionsRequest.Builder. providerTypeFilter(ProviderType providerTypeFilter)Filters the list of connections to those associated with a specified provider, such as Bitbucket.
-